<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*初始化css*/
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif, 思源黑体 CN;
    color: #333;
    color: #333;
}

/* *,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;} */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.more a {
    color: #999;
}

/*颜色根据通用更多的文字颜色决定*/
a:hover {
    color: #1c4f90;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
    color: #1c4f90;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif, 思源黑体 CN;
    color: #333;
}


/********conter开始********/
.warp {
    background: url(jssyjgl_warp_bg.jpg) no-repeat center bottom #f7f7f7;
}

.warp_box {
    width: 1100px;
    margin: 0px auto;
    padding-top: 20px;
}

/********最新新闻开始********/
.con_top {
    height: auto;
    background: url(jssyjgl_contop_bg.png) repeat-x top #fff;
    padding: 20px 20px;
    /* background-color: #ffffff; */
}

.con_top h1 {
    text-align: center;
    color: #355e92;
    font-size: 30px;
    margin-bottom: 10px;
}

.con_top h1 a {
    color: #355e92;
}

.con_top p {
    color: #355e92;
    line-height: 30px;
    text-indent: 2em;
    font-size: 15px;
}

.con_top p a {
    color: #67a4f1;
}

.con_xwxx {
    margin-top: 15px;
    height: 372px;
    background: #fff;
    padding: 20px 15px;
}

/******************图片新闻开始***********************/
/* .ck-slide {
    width: 454px;
    height: 326px;
    float: left
} */
.pic_lunbo{width: 454px; height: 332px; float:left}
.sc_imgnew {
	width: 454px;
	height: 332px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.imgnew_img_list {
	width: 454px;
	height: 332px;
	overflow: hidden;
	position: relative;
}

.imgnew_img {
	display: block;
	width: 454px;
	height: 332px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.imgnew_img img {
	max-width: none;
	border: none;
}

.imgnew_title_list {
	width: 454px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(tmBg.png) repeat;
}

.imgnew_title {
	width: 454px;
	height: 40px;
	padding-left: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.imgnew_title a {
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
    width: 80%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imgnew_title a:hover {
	color: #fff;
}

.imgnew_point_list {
	width: auto;
	height: 6px;
	position: absolute;
	bottom: 17px;
	right: 10px;
}

a.imgnew_point {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background-color: #ffffff;
	cursor: pointer;
	border-radius: 8px;
}

a.imgnew_point:hover,
a.imgnew_point.On {
	background-color: #ec9404;
}
/* .slideBox {
    width: 454px;
    height: 326px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 2%;
    bottom: 10px;
    z-index: 3;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    height: 16px;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    line-height: 16px;
    color: #CCC;
    text-align: center;
    background-color: #d5d5d5;
    cursor: pointer;
    border-radius: 5px;
}

.slideBox .hd ul li.on {
    background-color: #ec9404;
    color: #000;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 454px;
    height: 326px;
    display: block;
}

.slideBox .bd li .txtbg {
    height: 40px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.slideBox .bd li .tit {
    height: 40px;
    width: 434px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 2;
}

.slideBox .bd li .tit a {
    font-size: 16px;
    color: #FFF;
    width: 75%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */

/******************图片新闻结束***********************/

/******************新闻切换开始***********************/

.new_tab {
    float: right;
    font-size: 15px;
    width: 591px;
}

.tit_xw {
    display: block;
    width: 100%;
    height: 38px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e9ec;
}

.tit_xw a {
    display: block;
    width: 144px;
    float: left;
    font-size: 19px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    color: #333;
}

.tit_xw .xxcurr {
    color: #fff;
    background: url(jssyjgl_newtab_bg.png) no-repeat left center;
}

.xw_box {
    float: left;
    width: 100%;
    font-size: 17px;
}

.xw_box li {
    width: 100%;
    background: url(jssyjgl_list_dian.png) no-repeat left center;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    text-align: left;
    color: #999999;
}
.xw_box li a{
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.xw_box li span{
    float: right;
}
.xw_box li a:hover {
    color: #1c4f90;
}

.xw_box li a {
    float: left;
    color: #333333;
}
/* 横幅 */
.hfzt-pic {
    padding: 0 15px 15px 15px;
    background: #fff;
    overflow: hidden;
}
/******************新闻切换结束***********************/

/******************预测预警开始***********************/

.ycyj {
    height: 60px;
    float: left;
    padding: 10px 20px;
    margin-top: 15px;
    background: #fff;
    width: 100%
}

.ycyj_tit {
    width: 160px;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    padding-left: 50px;
    background: url(jssyjgl_ycyj_bg.png) no-repeat left center
}

#scroll_div {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    width: 880px;
    float: right;
}

#scroll_div a {
    background: url(jssyjgl_list_dian.png) no-repeat left center;
    padding-left: 15px;
    margin-left: 15px;
    color: #666;
}

#scroll_begin,
#scroll_end {
    display: inline;
}

/******************预测预警结束***********************/

/******************中部切换开始***********************/

.con_tab {
    float: left;
    font-size: 15px;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    padding: 20px 15px;
}

.tab_but {
    display: block;
    width: 63%;
    height: 70px;
    margin: 0px auto;
}
.tab_but li{
    margin-left: 30px;
    float: left;
}
.tab_but li:first-child{
    margin-left: 0px
}
.tab_but a {
    display: block;
    width: 202px;
    float: left;
    background: url(jssyjgl_tabqh_bgoff.png) no-repeat;
    background-size: contain;
    height: 50px;
    color: #fff;
    font-size: 19px;
}

.tab_but .bgcurr {
    color: #fff;
    background: url(jssyjgl_tabqh_bgon.png) no-repeat;
    background-size: contain;
}

.tab_but a span {
    display: block;
    height: 50px;
    line-height: 50px;
}

.but01 {
    background: url(jssyjgl_tabqh01.png) no-repeat 35px center;
    padding-left: 80px;
    background-size: 16%;
}

.but02 {
    background: url(jssyjgl_tabqh02.png) no-repeat 25px center;
    padding-left: 66px;
    background-size: 14%;
}

.but03 {
    background: url(jssyjgl_tabqh03.png) no-repeat 35px center;
    padding-left: 80px;
    background-size: 14%;
}


.tab_list {
    float: left;
    width: 100%;
    font-size: 17px;
    border-top: 1px solid #e5e9ec;
    margin-top: 20px;
    padding: 20px 0px 0px;
}

.ggfw_lt {
    width: 210px;
    border-right: 1px solid #e5e9ec;
    float: left;
    padding-right: 20px;
    padding-top: 5px;
}
/* 9.1改版新建样式 */
.ggfw_lt img{
    width: 189px;
}
.ggfw_lt a{
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
}
.ggfw_lt a:hover{
    transform: translateY(-5%);
}
.ggfw_lt a.pic1{
    background: url(old-zwfw-pic1.png) 25px center no-repeat #edf9ff;
    background-size: 30px;
    padding-left: 70px;
}
.ggfw_lt a.pic2{
    background: url(old-zwfw-pic2.png) 25px center no-repeat #edf9ff;
    background-size: 30px;
    padding-left: 70px;
}
/* 9.1改版新建样式end */

.tyspan {
    font-size: 19px;
    font-weight: bold;
    color: #355e92;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.tyspan a {
    color: #333;
}

.tyspan1 {
    font-size: 19px;
    font-weight: bold;
    color: #355e92;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.tyspan1 a {
    color: #333;
}

.ggfw_lt a {
    margin-top: 25px;
    float: left;
}

.ggfw_lt a:first-child {
    margin-top: 0px
}

.ggfw_ct {
    width: 498px;
    float: left;
    padding-left: 17px
}
.ggfw_ct .tyspan{
    margin-bottom: 0;
}
.ggfw_ct a {
    height: 82px;
    float: left;
    text-align: left;
    color: #333;
    width: 220px !important;
    line-height: 30px !important;
    padding: 10px 0px 0 72px;
    transition: all 0.3s;
    margin-right: 20px;
}

.ggfw_ct a:hover {
    color: #1c4f90;
    transform: translateY(-5%);
}

/*.zxcx01{ background:url(jssyjgl_ggfw_ctjgxx.png) no-repeat left center  #f6f6f6;}
.zxcx02{ background:url(jssyjgl_ggfw_ctzscx.png) no-repeat left center #f6f6f6;}
.zxcx03{ background:url(jssyjgl_ggfw_ctxkzxx.png) no-repeat left center  #f6f6f6; padding: 0 25px;}*/
.zxcx01 {
    background: url(2.png) no-repeat left center #f6f6f6;
    background-size: 74px;
    margin-top: 15px;
}

.zxcx02 {
    background: url(1.png) no-repeat left center #f6f6f6;
    background-size: 74px;
    margin-top: 20px
}

.zxcx03 {
    background: url(3.png) no-repeat left center #f6f6f6;
    padding: 0 25px;
    background-size: 75px;
    margin-top: 15px;
}

.zxcx04 {
    background: url(4.png) no-repeat 5px center #f6f6f6;
    padding: 0 25px;
    background-size: 60px;
    margin-top: 20px;
}

.ggfw_rt {
    width: 362px;
    border-left: 1px solid #e5e9ec;
    float: left;
    padding-left: 20px
}

.ggfw_rt a {
    float: left;
    margin-top: 10px;
}
.ggfw_rt a:first-child{
    margin-top: 0;
}
.ggfw_rt .yyfw-pic{
    display: block;
}
.ggfw_rt .old-yyfw-pic{
    display: none;
}

.xxgk_lt {
    width: 240px;
    border-right: 1px solid #e5e9ec;
    float: left;
}

.xxgk_lt a {
    border-top: 1px solid #f1f1f1;
    display: block;
    width: 215px;
    float: left;
    margin-left: 5px;
    padding-left: 36px;
    color: #333333;
    height: 52px;
    line-height: 52px;
}

.xxgk_lt a:hover {
    color: #1c4f90;
}

.xxgk01 {
    background: url(jssyjgl_xxgk_but01.png) no-repeat 5px center;
    border-top: none !important
}

.xxgk02 {
    background: url(jssyjgl_xxgk_but02.png) no-repeat 5px center
}

.xxgk03 {
    background: url(jssyjgl_xxgk_but03.png) no-repeat 5px center
}

.xxgk04 {
    background: url(jssyjgl_xxgk_but04.png) no-repeat 5px center
}

.xxgk05 {
    background: url(jssyjgl_xxgk_but05.png) no-repeat 5px center
}

.xxgk06 {
    background: url(jssyjgl_xxgk_but06.png) no-repeat 5px center
}

.xxgk_ct {
    width: 567px;
    float: left;
}

.xxgk_tab {
    float: left;
    font-size: 15px;
    width: 98%;
    margin-left: 17px;
}

.tit_gk {
    display: block;
    width: 100%;
    height: 30px;
}
.tit_gk li{
    float: left;
}
.tit_gk a {
    display: block;
    padding: 0 15px;
    float: left;
    background: url(jssyjgl_nav_xian.jpg) no-repeat left 4px;
    font-size: 19px;
    text-align: center;
    height: 30px;
    color: #a1a1a1;
}

.tit_gk li:first-child a {
    background: none;
    padding-left: 0px;
}

.tit_gk .gkcurr {
    color: #355e92;
    font-weight: bold;
}

.gk_box {
    float: left;
    width: 98%;
    font-size: 17px;
}

.gk_box li {
    width: 100%;
    background: url(jssyjgl_list_dian.png) no-repeat left center;
    height: 35px;
    padding-left: 15px;
    line-height: 35px;
    text-align: left;
    color: #999999;
}
.gk_box li a{
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.gk_box li span{
    float: right;
}
.gk_box li a:hover {
    color: #1c4f90;
}

.gk_box li a {
    float: left;
    color: #333333;
}

.xxgk_rt {
    width: 263px;
    float: left;
    border-left: 1px solid #e5e9ec;
    padding-left: 20px;
}

.xxgk_rt a {
    display: block;
    float: left;
    width: 241px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.xxgk_rt a:hover {
    color: #1c4f90;
}

.jggk01 {
    background: url(jssyjgl_xxgk_jggk01.png) no-repeat
}

.jggk02 {
    background: url(jssyjgl_xxgk_jggk02.png) no-repeat
}

.jggk03 {
    background: url(jssyjgl_xxgk_jggk03.png) no-repeat
}

.jggk04 {
    background: url(jssyjgl_xxgk_jggk04.png) no-repeat;
    margin-bottom: 12px !important;
}

.hdjl_lt {
    width: 272px;
    border-right: 1px solid #e5e9ec;
    float: left;
}

.hdjl_lt a {
    float: left;
    margin-bottom: 10px;
    display: block;
    width: 251px;
    height: 70px;
}

.hdjl_ct {
    width: 414px;
    float: left;
    padding-left: 20px;
    overflow: hidden;
}

.hdjl_ct li {
    width: 97%;
    background: url(jssyjgl_list_dian.png) no-repeat left center;
    height: 38px;
    padding-left: 15px;
    line-height: 38px;
    text-align: right;
    color: #999999;
}

.hdjl_ct li a:hover {
    color: #1c4f90;
}

.hdjl_ct li a {
    float: left;
    color: #333333;
}
.hdjl_ct ul.old-hdjl-list{
    display: none;
}
.hdjl_rt {
    width: 384px;
    float: left;
    border-left: 1px solid #e5e9ec;
    padding-left: 20px;
}

.hdjl_rt ul {
    margin-bottom: 25px;
}

.hdjl_rt li {
    width: 97%;
    background: url(jssyjgl_list_dian.png) no-repeat left center;
    height: 38px;
    padding-left: 15px;
    text-align: right;
    color: #999999;
    line-height: 40px;
}
.hdjl_rt li a{
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.hdjl_rt li span{
    float: right;
}
.hdjl_rt li a:hover {
    color: #1c4f90;
}

.hdjl_rt li a {
    float: left;
    color: #333333;
}
.hdjl_rt .link_box{width: 100%;height: 50px;margin-top: 10px;}
.hdjl_rt  .link_box a{width: 175px;height: 50px;line-height: 50px;display: block;background: url(wb-tb.png) 15px 12px no-repeat #eeefef;text-align:  center;padding-left: 35px;font-size: 17px;float: left;}
.hdjl_rt  .link_box .wx{width: 170px;height: 50px;line-height: 50px;display: block;background: url(wx-tb.png) 15px 10px no-repeat #eeefef;text-align:  center;padding-left: 50px;font-size: 17px;float: right;cursor: pointer;}

/*.hdjl_rt h1{ color:#355e92; text-align:center; font-size:19px;padding: 0px 52px; float:left;}
.hdjl_rt h1 p{ line-height:26px;}*/
.hdjl_box {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hdjl_box p {
    line-height: 37px;
}

/******************中部切换结束***********************/

/******************专题专栏开始***********************/

.ztzl {
    margin: 15px 0px;
    float: left;
    background: #fff;
    width: 100%;
    padding: 20px 17.1px;
}

.ztzl_tit {
    width: 100%;
    height: 43px;
    line-height: 43px;
    background: url(jssyjgl_ztzl_xina.png) repeat-x left center
}

.ztzl_tit span {
    width: 225px;
    height: 43px;
    display: block;
    margin: 0px auto;
    background: url(jssyjgl_ztzl_bg.png) no-repeat #fff center;
    text-align: center;
    color: #fff;
    font-size: 23px;
    margin-bottom: 35px;
}

.ztzl_box {
    width: 198px;
    height: 196px;
    border: 1px solid #e6e6e6;
    position: relative;
    float: left;
    margin-right: 18px;
}

.ztzl_box h1 {
    font-size: 19px;
    font-weight: normal;
    position: absolute;
    top: -10px;
    left: 47px;
    width: 100px;
    background: #fff;
    text-align: center;
    line-height: 20px;
}

.ztzl_box h1 a {
    color: #333;
}

.ztzl_pic {
    width: 182px;
    height: 80px;
    float: left;
    margin: 25px 7px 0;
}

.ztzl_box i {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 75px;
    top: 80px;
    background: none
}

.ztzl_box ul {
    float: left;
    margin: 30px 7px 0px;
}

.ztzl_box li {
    background: url(jssyjgl_ztzl_list.png) no-repeat left center;
    font-size: 15px;
    padding-left: 15px;
    height: 25px;
    line-height: 25px;
}

.ztzl_box li a {
    color: #333;
}

.ztzl_box li a:hover {
    color: #1c4f90;
}

/******************专题专栏结束***********************/

/******************友情链接开始***********************/
.friend_link {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    float: left;
    padding: 12px 20px
}

.wzdh {
    width: 1060px;
    margin: 0px auto
}

.i_wzdh_con {
    width: 1060px;
    float: left;
    background: #fff;
}

.i_wzdh_con ul {
    float: left;
}

.yqlj_title {
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}

.yqlj_none_content {
    float: left;
    height: 34px;
    width: 30px;
}

.yqlj {
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    float: left;
    line-height: 30px;
    padding: 0px 40px;
}

.yqlj span {
    background: url(shixiang_down.png) right no-repeat;
    padding-right: 28px;
}

.yqlj2 {
    font-size: 15px;
    cursor: pointer;
    float: left;
    line-height: 30px;
    height: 30px;
    padding: 0px 40px;
}

.yqlj2 span {
    background: url(shixiang_down.png) right no-repeat;
    padding-right: 28px;
}

.yqlj1_2014 {
    width: 123px;
    float: left;
    line-height: 34px;
    border-bottom: 1px solid #e8e8e8;
}

.daohang_list {
    width: 1060px;
    font-size: 14px;
    float: left;
    line-height: 34px;
    padding: 10px 30px;
}

.jgliebiao li {
    line-height: 34px;
    height: 34px;
    float: left;
    width: 186px;
}

.jgliebiao li a {
    color: #333;
    font-size: 15px;
}

.jgliebiao li a:hover {
    color: #1c4f90;
}

/******************友情链接结束***********************/

/* 23.8.30 适老化样式 */
.old_type .con_tab{
    padding-bottom: 0;
    padding: 20px 30px 0;
}
.old_type .warp_box{
    /* background-color: #ffffff; */
    /* padding: 20px 15px; */
}
.old_type .con_top h1 {
    font-size: 64px;
    margin-bottom: 0;
}

.old_type .con_top h1 a {
    color: #355e92;
}

.old_type .con_top p {
    display: none;
}
.old_type .con_xwxx{
    margin-top: 0;
}
/* 图片新闻适老化 */
.old_type .con_xwxx{
    height: auto;
    padding: 20px 30px;
}
.old_type .pic_lunbo{height: auto;float: none;width: 100%;margin-bottom: 30px;}
.old_type .sc_imgnew,
.old_type .imgnew_img,
.old_type .imgnew_img_list,
.old_type .imgnew_img img {
    width: 1140px !important;
    height: 642px !important;
    margin-left: 0px !important;
}

.old_type .imgnew_title_list {
    width: 100%;
    height: 90px;
}

.old_type .imgnew_title {
    width: 100%;
    height: 90px;
    line-height: 90px;
}

.old_type .imgnew_title a {
    font-size: 36px;
    line-height: 90px;
    width: 80%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.old_type a.imgnew_point {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.old_type .imgnew_point_list {
    height: 16px;
    bottom: 37px;
}
/* .old_type .ck-slide {
    width: 100%;
    height: 640px;
    margin-bottom: 30px;
}

.old_type .slideBox {
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
}
.old_type .slideBox .hd{
    bottom: 28px;

}
.old_type .slideBox .hd ul li{
    width: 16px;
    height: 16px;
    border-radius:10px;
}
.old_type .slideBox .bd ul {
    width: 100% !important;
    height: 640px !important;
}

.old_type .slideBox .bd ul li {
    width: 100% !important;
    height: 640px !important;
}

.old_type .slideBox .bd img {
    width: 100%;
    height: 640px;
    display: block;
}

.old_type .slideBox .bd li .txtbg {
    height: 80px;
}

.old_type .slideBox .bd li .tit {
    height: 80px;
    line-height: 80px;
    width: 100%;
}

.old_type .slideBox .bd li .tit a {
    font-size: 32px;
    width: 80%;
} */

/* 国务院信息等tab栏目适老化 */
.old_type .new_tab{
    width: 100%;
}
.old_type .tit_xw{
    height: auto;
}
.old_type .tit_xw a{
    font-size: 48px;
    height: 90px;
    line-height: 90px;
    width: 280px;
}
.old_type .tit_xw .xxcurr{
    width: 297px;
    background:url(old-lm-bj.png) no-repeat;
}
.old_type .xwxx_box ul{
    height: 435px!important;
    overflow: hidden;
}
.old_type .xw_box li{
    height: 72px;
    line-height: 72px;
    text-align: left;
    background: url(old-dian.png) no-repeat left center;
    padding-left: 26px;
}
.old_type .xw_box li a{
    font-size: 36px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.old_type .xw_box li span{
    float: right;
    font-size: 36px;
}
/* 横幅 */
.old_type .hfzt-pic img{
    width: 100%;
}
.old_type .tab_but{
    display: none;
}
.old_type .hfzt-pic{
    padding: 0 30px 15px;
}
/* 预测预警适老化 */
/* .old_type .ycyj{
    width: 98%;
    height: 80px;
    background: #f6f6f6;
    margin: 0 1%;
    padding: 0;
}
.old_type .ycyj_tit{
    width: 318px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    padding-left: 95px;
    background: url(old-ycyj_bg.png) no-repeat left center;
}
.old_type #scroll_div{
    width: 828px;
    height: 80px;
    line-height: 80px;
} */
/* 政务服务适老化 */
.old_type .tab_list {
    float: left;
    width: 100%;
    border-top: none;
    margin-top: 0;
    padding: 0px;
}
.old_type .tab_list .list_box{
    margin-bottom: 40px;
}
.old-zwfw-tit{
    display: none;
}
.old_type .old-zwfw-tit{
    display: block;
    width: 100%;
    height: 87px;
    background: url(jssyjgl_ztzl_xina.png) center repeat-x;
    margin-bottom:30px;
}
.old_type .old-zwfw-tit .tit span{
    width: 360px;
    height: 87px;
    line-height: 87px;
    display: block;
    margin: 0px auto;
    background: url(old-lm-bj1.png) no-repeat #fff center;
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin-bottom: 0;
}
.old_type .hide{
    display: block!important;
}

/* 双公示、权力清单pic等适老化 */
.old_type .ggfw_lt {
    width: 100%;
    border-right: none;
    float: none;
    padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 0;
    margin-bottom: 30px;
}

.old_type .ggfw_lt img{
    width: 100%;
    height: 100px;
}
.old_type .ggfw_lt a{
    display: block;
    width: 360px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
    color: #333;
    margin: 0;
}
.old_type .ggfw_lt a.pic1{
    background: url(old-zwfw-pic1.png) 60px center no-repeat #edf9ff;
    padding-left: 120px;
}
.old_type .ggfw_lt a.pic2{
    background: url(old-zwfw-pic2.png) 60px center no-repeat #edf9ff;
    padding-left: 130px;
}

/* 应用服务适老化 */
.old_type .tyspan{
    font-size: 44px;
    margin-bottom: 30px;
}
.old_type .ggfw_rt {
    width: 360px;
    border-left: none;
    float: right;
    padding-left: 0;
    margin-left: 30px;
}

.old_type .ggfw_rt a {
    display: block;
    float: none;
    margin-top: 20px;
}
.old_type .ggfw_rt .yyfw-pic{
    display: none;
}
.old_type .ggfw_rt .old-yyfw-pic{
    display: block;
}
/* 在线查询适老化 */
.old_type .ggfw_ct{
    width: 750px;
    padding-left: 0;
}
.old_type .ggfw_ct .tyspan{
    margin-bottom: 10px;
}
.old_type .ggfw_ct ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.old_type .ggfw_ct ul li:last-child{
    margin-left: auto;
}
.old_type .ggfw_ct a{
    width: 360px!important;
    height: 140px;
    background:none #f6f6f6;
    text-align: center;
    padding: 8px 0 0;
    line-height: 60px!important;
    font-size: 36px;
    margin: 20px 0 0 0;
}

/* 政府信息公开适老化 */
.xxgk_lt{
    display: block;
}
.old_type .xxgk_lt{
    display: none;
}
.old-xxgk-link{
    display: none;
}
.old_type .old-xxgk-link{
    display: block;
}
.old_type .old-xxgk-link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.old_type .old-xxgk-link ul li{
    width: 555px;
    height: 110px;
    line-height: 110px;
    border: 1px solid #ececec;
    font-size: 36px;
    padding-left: 125px;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.old_type .old-xxgk-link ul li:hover{
    transform: translateY(-5%);
}

.old_type .old-xxgk-link ul li a{
    display: block;
    
}
.old_type .old-xxgk-link ul li:last-child{
    margin-left: auto;
}
.old_type .old-xxgk-link ul li.xxgk01 {
    background: url(old-xxgk-icon1.png) no-repeat 35px center #f6f6f6;
}

.old_type .old-xxgk-link ul li.xxgk02 {
    background: url(old-xxgk-icon2.png) no-repeat 35px center #f6f6f6;
}

.old_type .old-xxgk-link ul li.xxgk03 {
    background: url(old-xxgk-icon3.png) no-repeat 35px center #f6f6f6;
}

.old_type .old-xxgk-link ul li.xxgk04 {
    background: url(old-xxgk-icon4.png) no-repeat 35px center #f6f6f6;
}

.old_type .old-xxgk-link ul li.xxgk05 {
    background: url(old-xxgk-icon5.png) no-repeat 35px center #f6f6f6;
}

.old_type .old-xxgk-link ul li.xxgk06 {
    background: url(old-xxgk-icon6.png) no-repeat 35px center #f6f6f6;
    
}

/* 业务工作、政策解读tab无障碍 */
.tit_gk span{
    display: none;
}
.old_type .tit_gk span{
    display: block;
    float: left;
    font-size:44px;
    height: 72px;
    line-height: 60px;
    color: #a1a1a1;
    font-weight: 300;
}
.old_type .xxgk_tab{
    margin: 0;
    width: 100%;
}
.old_type .xxgk_ct{
    width: 100%;
    margin-bottom: 16px;
}
.old_type .tit_gk{
    height: 72px;
}
.old_type .tit_gk a{
    font-size: 44px;
    height: 72px;
    line-height: 60px;
    background:none;
}
.old_type .gk_box li{
    height: 72px;
    line-height: 72px;
    text-align: left;
    background: url(old-dian.png) no-repeat left center;
    padding-left: 26px;
}
.old_type .gk_box li a{
    font-size: 36px;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.old_type .gk_box li span{
    float: right;
    font-size: 36px;
}
/* 机构概况 */
.old_type .xxgk_rt .tyspan{
    margin-bottom: 0;
}
.old_type .xxgk_rt{
    width: 100%;
    border-left: none;
    padding-left: 0;
}
.old_type .xxgk_rt ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.old_type .xxgk_rt ul li{
    width: 555px;
    height: 110px;
    margin-top: 30px;
    transition: all 0.3s;
}
.old_type .xxgk_rt ul li:hover{
    transform: translateY(-5%);
}
.old_type .xxgk_rt ul li:last-child{
    margin-left: auto;
}
.old_type .xxgk_rt a {
    display: block;
    width: 100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: #333;
    font-size: 36px;
}
.old_type .jggk01 {
    background: url(old-jggk-bj1.png) no-repeat
}

.old_type .jggk02 {
    background: url(old-jggk-bj2.png) no-repeat
}

.old_type .jggk03 {
    background: url(old-jggk-bj3.png) no-repeat
}

.old_type .jggk04 {
    background: url(old-jggk-bj4.png) no-repeat;
    margin-bottom: 12px !important;
}

/* 互动交流适老化 */
/* 意见征集等图片链接 */
.hdjl_lt{
    display: block;
}
.old_type .hdjl_lt{
    display: none;
}
.old-yjzj-box{
    display: none;
}
.old_type .old-yjzj-box{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.old_type .old-yjzj-box ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.old_type .old-yjzj-box ul li{
    width: 360px;
    height: 110px;
    margin-left: 20px;
}
.old_type .old-yjzj-box ul li:first-child{
    margin-left: 0;
}
.old_type .old-yjzj-box ul li img{
    width: 100%;
    height: 110px;
}
/* 结果反馈适老化 */
.old_type .hdjl_ct{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.old_type .hdjl_ct ul.hdjl-list{
    display: none;
}
.old_type .hdjl_ct ul.old-hdjl-list{
    display: block;
}
/* 意见征集适老化 */
.old_type .hdjl_rt{
    width: 100%;
    border-left:none;
    padding-left:0;
}
.old_type .tyspan1{
    font-size: 44px;
}
.old_type .hdjl_rt li{
    height: 72px;
    line-height: 72px;
    text-align: left;
    background: url(old-dian.png) no-repeat left center;
    padding-left: 26px;
}
.old_type .hdjl_rt li a{
    font-size: 36px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.old_type .hdjl_rt li span{
    float: right;
    font-size: 36px;
}
.old_type .weibo a{
    display: block;
    width: 340px;
    height: 100px;
    float: left;
    margin-right: 30px;
}
.old_type .weibo img{
    width: 100%;
}

.old_type .hdjl_rt .link_box{
	width: 100%;
	height: auto;
}
.old_type .hdjl_rt .link_box a{
	width: 48%;
    height: 100px;
    line-height: 100px;
    display: block;
    background: url(wb-tb.png) 100px 30px no-repeat #eeefef;
    text-align: center;
    padding-left: 50px;
    font-size: 36px;
    float: left;
    background-size: 50px;
	margin-right: 30px;
}
.old_type .hdjl_rt .link_box .wx{
	width: 48%;
    height: 100px;
    line-height: 100px;
	background: url(wx-tb.png) 110px 30px no-repeat #eeefef;
	text-align: center;
    padding-left: 50px;
    font-size: 36px;
    float: left;
    background-size: 50px;
}

/* 专题专栏适老化 */
.old_type .ztzl{
    width: 100%;
    margin: 0;
    padding: 0 20px;
}
.ztzl_tit{
    display: block;
}
.old_type .ztzl_tit{
    display: none;
}
.old-ztzl-box{
    display: none;
}
.old_type .old-ztzl-box{
    display: block;
    padding-bottom: 20px;
}
.old_type .old-zt-list .swiper {
    width: 100%;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.old_type .old-zt-list .swiper-slide {
    width: 360px;
    height: 240px;
    border: 1px solid #e6e6e6;
    padding: 20px 0;
    position: relative;
    margin-top: 30px;
}
.old_type .old-zt-list .swiper-slide .ztzl_pic{
    width: 320px;
    height: 140px;
    margin: 20px;
}
.old_type .old-zt-list .swiper-slide h1{
    font-weight: 500;
}
.old_type .old-zt-list .swiper-slide h1 a {
    font-size: 36px;
    line-height: 40px;
    width: 200px;
    position: absolute;
    text-align: center;
    top: -20px;
    background: #fff;
    left: 85px;
}
.old_type .old-zt-list .swiper-slide .ztzl_pic img {
    width: 320px;
    height: 140px;
}
.old_type .old-zt-list .swiper-slide span{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 20px;
}
.old_type .old-zt-list .swiper-slide span img {
    width: 78px;
    height: 78px;
}


/********conter结束********/

</pre></body></html>